<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    padding: 0;
    margin: 0;
    /* font-size: 0.85rem; */
}
.footer{
    background:#fff;
    height:150px;
    margin-top:20px;
    border-top:15px solid #07438a;
    position: relative;
}
.foot_nav{
    background: #fff;
    color:white;
}
.nav_cont{
    width: 1200px;
    background: #fff;
    padding: 15px 0 30px 0;
    margin:0 auto;
    text-align: center;
    border-bottom:1px solid #caccc9;
}
.nav_cont a{
    width: 100%;
    margin:0 10px;
}
.foot_mes{
    width: 600px;
    background:#fff;
    color:#333;
    font-size: 0.8rem;
    margin-top: 20px;
    line-height: 28px;
    padding: 10px 125px;
}
.foot_mes{
}
.foot_img{
    width:600px;
    padding:10px 125px;
    /* text-align: center; */
    /* margin: 20px; */
    padding-bottom:30px;
}
.foot_er{
    position: absolute;
    right:128px;
    top:110px;
}
.foot_er img{
    width: 106px;
    height: 106px;
}</pre></body></html>